SipClientSendMessage Method |
| Name | Description | |
|---|---|---|
| SendMessage(Dialog, String) |
Sends instant message. The content type of the message is "text/plain".
| |
| SendMessage(String, String, String) |
Sends instant message. The content type of the message is "text/plain".
| |
| SendMessage(ContactInfo, ContactInfo, String) |
Sends plain text instant message. The content type of the message is "text/plain".
| |
| SendMessage(Dialog, String, String) |
Sends instant message with the specified content type.
| |
| SendMessage(String, String, String, String) |
Sends instant message with the specified content type.
| |
| SendMessage(ContactInfo, ContactInfo, String, String) |
Sends instant message with the specified content type.
|